Path: / workflows / {workflow-id} / executions / {eid}

Path parameters:
workflow-id -
eid -

Resources
NameDescription
cancel
pause
start
steps

Method Summary
ResourceDescription
GET /workflows/{workflow-id}/executions/{eid} 

Method Detail
HTTP Example:
GET /workflows/{workflow-id}/executions/{eid}

API Example:

WorkflowsResource.getExecution({'workflow-id': …,
  'eid': …});

Output:
edu.illinois.ncsa.datawolf.domain.Execution
Produces:
application/json